-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tested and Fixed Pong with GDScript Demo for 4.0-dev #707
Tested and Fixed Pong with GDScript Demo for 4.0-dev #707
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of this looks good.
2d/pong/README.md
Outdated
@@ -6,7 +6,7 @@ for game development in Godot, including | |||
|
|||
Language: GDScript | |||
|
|||
Renderer: GLES 2 | |||
Renderer: Vulkan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're updating this text, we should be specifying if it's Vulkan Clustered or Vulkan Mobile.
Additionally, we should be setting demos to Vulkan Mobile if it doesn't look any different compared to Vulkan Clustered. Especially for GUI-only demos, they will look the same in Vulkan Mobile. Go to Project -> Project Settings -> General tab -> Rendering section -> Vulkan -> Back End -> Select Forward Mobile.
2d/pong/project.godot
Outdated
window/size/width=640 | ||
window/size/height=400 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
window/size/width=640 | |
window/size/height=400 | |
window/size/viewport_width=640 | |
window/size/viewport_height=400 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This was something I missed in the settings, changed the settings, squashed and pushed.
Made the usual changes to the project settings and tested to see if everything works. Everything works fine! Small fixes Changed to Vulkan Mobile. Changed viewport size.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Made the usual changes to the project settings and tested to see if
everything works.
Everything works fine!
Another task which can be checked of #697.